home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Moss / Kartell.dir / Internal_128_back.ls < prev    next >
Encoding:
Text File  |  1999-04-15  |  278 b   |  20 lines

  1. on mouseEnter me
  2.   set the visible of sprite 7 to 1
  3.   updateStage()
  4. end
  5.  
  6. on mouseLeave me
  7.   set the visible of sprite 7 to 0
  8.   updateStage()
  9. end
  10.  
  11. on mouseDown
  12.   buttonclickleft()
  13.   set the visible of sprite 7 to 0
  14.   updateStage()
  15. end
  16.  
  17. on mouseUp
  18.   go("back 2", "kiosk.dir")
  19. end
  20.